class->toggled = NULL;
/**
- * GtkToggleButton:active:
+ * GtkToggleButton:active: (attributes org.gtk.Property.get=gtk_toggle_button_get_active org.gtk.Property.set=gtk_toggle_button_set_active)
*
* If the toggle button should be pressed in.
*/
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
- * GtkToggleButton:group:
+ * GtkToggleButton:group: (attributes org.gtk.Property.set=gtk_toggle_button_set_group)
*
* The toggle button whose group this widget belongs to.
*/
}
/**
- * gtk_toggle_button_set_active:
+ * gtk_toggle_button_set_active: (attributes org.gtk.Method.set_property=active)
* @toggle_button: a `GtkToggleButton`.
* @is_active: %TRUE or %FALSE.
*
}
/**
- * gtk_toggle_button_get_active:
+ * gtk_toggle_button_get_active: (attributes org.gtk.Method.get_property=active)
* @toggle_button: a `GtkToggleButton`.
*
* Queries a `GtkToggleButton` and returns its current state.
}
/**
- * gtk_toggle_button_set_group:
+ * gtk_toggle_button_set_group: (attributes org.gtk.Method.set_property=group)
* @toggle_button: a `GtkToggleButton`
* @group: (nullable) (transfer none): another `GtkToggleButton` to
* form a group with